[INFO] cloning repository https://github.com/prasanthj/hnr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prasanthj/hnr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasanthj%2Fhnr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasanthj%2Fhnr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 609264172a22a59d3f6ee4d338159123d42a79d5
[INFO] testing prasanthj/hnr against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasanthj%2Fhnr" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/prasanthj/hnr
[INFO] finished tweaking git repo https://github.com/prasanthj/hnr
[INFO] tweaked toml for git repo https://github.com/prasanthj/hnr written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prasanthj/hnr on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/prasanthj/hnr already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d901bcdd6b14262647b429866c3d60e6bfc1f3ded172d7ea0388629c84b70661
[INFO] running `Command { std: "docker" "start" "-a" "d901bcdd6b14262647b429866c3d60e6bfc1f3ded172d7ea0388629c84b70661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d901bcdd6b14262647b429866c3d60e6bfc1f3ded172d7ea0388629c84b70661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d901bcdd6b14262647b429866c3d60e6bfc1f3ded172d7ea0388629c84b70661", kill_on_drop: false }`
[INFO] [stdout] d901bcdd6b14262647b429866c3d60e6bfc1f3ded172d7ea0388629c84b70661
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a421c86dec20f016bdabc55980c15e79d0f5772b4d51fe3ff36e4c9ada1543a
[INFO] running `Command { std: "docker" "start" "-a" "5a421c86dec20f016bdabc55980c15e79d0f5772b4d51fe3ff36e4c9ada1543a", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling openssl-sys v0.9.115
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling openssl v0.10.79
[INFO] [stderr]    Compiling pxfm v0.1.29
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling is-docker v0.2.0
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling is-wsl v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling open v5.3.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling moxcms v0.8.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling image v0.25.10
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling xml5ever v0.17.0
[INFO] [stderr]    Compiling html2text v0.12.6
[INFO] [stderr]    Compiling markup5ever_rcdom v0.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling tower-http v0.6.10
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling readability v0.3.0
[INFO] [stderr]    Compiling hnr v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "5a421c86dec20f016bdabc55980c15e79d0f5772b4d51fe3ff36e4c9ada1543a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a421c86dec20f016bdabc55980c15e79d0f5772b4d51fe3ff36e4c9ada1543a", kill_on_drop: false }`
[INFO] [stdout] 5a421c86dec20f016bdabc55980c15e79d0f5772b4d51fe3ff36e4c9ada1543a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 875f3e12ad16f1d40ae1746aedc6dfdd1e30aea1f014620c5864ebebcae6a961
[INFO] running `Command { std: "docker" "start" "-a" "875f3e12ad16f1d40ae1746aedc6dfdd1e30aea1f014620c5864ebebcae6a961", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling hnr v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.91s
[INFO] running `Command { std: "docker" "inspect" "875f3e12ad16f1d40ae1746aedc6dfdd1e30aea1f014620c5864ebebcae6a961", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "875f3e12ad16f1d40ae1746aedc6dfdd1e30aea1f014620c5864ebebcae6a961", kill_on_drop: false }`
[INFO] [stdout] 875f3e12ad16f1d40ae1746aedc6dfdd1e30aea1f014620c5864ebebcae6a961
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2cbc23b26ef446e4bb8fc774490abe8f49976ed78264f33022eb9eeaa381ac20
[INFO] running `Command { std: "docker" "start" "-a" "2cbc23b26ef446e4bb8fc774490abe8f49976ed78264f33022eb9eeaa381ac20", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hnr-ac812aaa1e00d00e)
[INFO] [stdout] 
[INFO] [stdout] running 128 tests
[INFO] [stdout] test api::tests::comment_count_defaults_zero ... ok
[INFO] [stdout] test api::tests::deleted_and_dead_detection ... ok
[INFO] [stdout] test api::tests::display_by_falls_back ... ok
[INFO] [stdout] test api::tests::display_title_falls_back ... ok
[INFO] [stdout] test api::tests::text_plain_empty_when_no_text ... ok
[INFO] [stdout] test api::tests::score_defaults_zero ... ok
[INFO] [stdout] test api::tests::time_ago_formats_correctly ... ok
[INFO] [stdout] test api::tests::time_ago_none_returns_empty ... ok
[INFO] [stdout] test api::tests::text_plain_strips_html ... ok
[INFO] [stdout] test api::tests::user_joined_ago_formats_correctly ... ok
[INFO] [stdout] test api::tests::user_submission_count ... ok
[INFO] [stdout] test api::tests::user_about_strips_html ... ok
[INFO] [stdout] test app::integration_tests::load_user_error_sets_error_status ... ok
[INFO] [stdout] test app::integration_tests::tick_progress_hidden_when_no_descendants ... ok
[INFO] [stdout] test app::integration_tests::load_comments_marks_story_as_seen ... ok
[INFO] [stdout] test app::tests::feed_label_returns_correct_strings ... ok
[INFO] [stdout] test app::tests::close_user_profile_resets_view_mode_and_clears_profile ... ok
[INFO] [stdout] test app::tests::copy_url_falls_back_to_hn_url_when_no_story_url ... ok
[INFO] [stdout] test app::tests::flatten_collapsed_hides_children ... ok
[INFO] [stdout] test app::tests::flatten_collapsed_mid_tree_hides_subtree ... ok
[INFO] [stdout] test app::tests::flatten_includes_children ... ok
[INFO] [stdout] test app::tests::flatten_leaf_returns_self ... ok
[INFO] [stdout] test app::tests::flatten_nested_depth_order ... ok
[INFO] [stdout] test app::integration_tests::load_feed_populates_stories ... ok
[INFO] [stdout] test app::integration_tests::load_comments_hydrates_kids_from_hn_for_algolia_story ... ok
[INFO] [stdout] test app::integration_tests::load_comments_builds_tree ... ok
[INFO] [stdout] test app::integration_tests::load_feed_api_error_sets_error_status ... ok
[INFO] [stdout] test app::integration_tests::run_search_populates_stories_on_success ... ok
[INFO] [stdout] test app::integration_tests::load_user_populates_profile ... ok
[INFO] [stdout] test app::tests::flat_comments_empty_when_no_comments ... ok
[INFO] [stdout] test app::integration_tests::tick_progress_shows_for_algolia_story_with_descendants ... ok
[INFO] [stdout] test app::integration_tests::run_search_error_clears_search_query ... ok
[INFO] [stdout] test app::tests::copy_url_no_op_when_no_stories ... ok
[INFO] [stdout] test app::integration_tests::load_comments_skips_deleted ... ok
[INFO] [stdout] test app::integration_tests::load_comments_uses_cache_when_prefetched ... ok
[INFO] [stdout] test app::tests::flat_comments_includes_nested_nodes ... ok
[INFO] [stdout] test app::tests::load_feed_bookmarks_reads_from_disk ... ok
[INFO] [stdout] test app::integration_tests::load_feed_truncates_to_60_stories ... ok
[INFO] [stdout] test app::tests::copy_url_uses_story_url ... ok
[INFO] [stdout] test app::tests::mark_unseen_noop_when_no_stories ... ok
[INFO] [stdout] test app::tests::save_comment_pos_noop_when_no_stories ... ok
[INFO] [stdout] test app::tests::load_feed_bookmarks_empty_shows_help_message ... ok
[INFO] [stdout] test app::tests::logout_clears_session_and_sets_status ... ok
[INFO] [stdout] test app::tests::mark_unseen_noop_when_story_not_seen ... ok
[INFO] [stdout] test app::tests::scroll_comment_down_advances_scroll_at_boundary ... ok
[INFO] [stdout] test app::tests::story_scroll_advances_when_cursor_hits_visible_boundary ... ok
[INFO] [stdout] test app::tests::run_search_empty_input_cancels ... ok
[INFO] [stdout] test app::tests::save_comment_pos_stores_cursor_and_scroll ... ok
[INFO] [stdout] test app::tests::selected_story_returns_correct_item ... ok
[INFO] [stdout] test app::tests::mark_unseen_removes_from_seen_ids_and_saves ... ok
[INFO] [stdout] test app::tests::save_comment_pos_overwrites_previous_entry ... ok
[INFO] [stdout] test app::tests::scroll_comment_up_stops_at_zero ... ok
[INFO] [stdout] test app::tests::scroll_comment_down_stops_at_end ... ok
[INFO] [stdout] test app::tests::story_scroll_down_stops_at_end ... ok
[INFO] [stdout] test app::tests::selected_story_none_when_empty ... ok
[INFO] [stdout] test app::tests::scroll_comment_up_adjusts_scroll_when_cursor_above_window ... ok
[INFO] [stdout] test app::tests::story_scroll_down_increments_cursor ... ok
[INFO] [stdout] test app::tests::toggle_nested_node ... ok
[INFO] [stdout] test app::tests::toggle_nonexistent_id_is_noop ... ok
[INFO] [stdout] test app::tests::toggle_root_node ... ok
[INFO] [stdout] test app::tests::toggle_bookmark_adds_then_removes ... ok
[INFO] [stdout] test app::tests::toggle_comment_expand_sets_and_clears_expanded ... ok
[INFO] [stdout] test app::tests::scroll_comment_up_decrements_cursor ... ok
[INFO] [stdout] test app::tests::story_scroll_up_adjusts_scroll_when_cursor_above_window ... ok
[INFO] [stdout] test app::tests::start_search_sets_mode_and_clears_input ... ok
[INFO] [stdout] test bookmarks::tests::load_returns_empty_on_corrupt_file ... ok
[INFO] [stdout] test bookmarks::tests::save_overwrites_existing ... ok
[INFO] [stdout] test seen::tests::load_returns_empty_on_corrupt_file ... ok
[INFO] [stdout] test seen::tests::load_returns_empty_when_no_file ... ok
[INFO] [stdout] test bookmarks::tests::load_returns_empty_when_no_file ... ok
[INFO] [stdout] test bookmarks::tests::save_and_load_round_trip ... ok
[INFO] [stdout] test session::tests::delete_is_noop_when_no_file ... ok
[INFO] [stdout] test session::tests::delete_removes_session ... ok
[INFO] [stdout] test seen::tests::save_and_load_round_trip ... ok
[INFO] [stdout] test session::tests::load_returns_none_when_no_file ... ok
[INFO] [stdout] test session::tests::load_returns_none_when_cookie_empty ... ok
[INFO] [stdout] test seen::tests::save_is_idempotent ... ok
[INFO] [stdout] test session::tests::load_returns_none_when_only_one_line ... ok
[INFO] [stdout] test session::tests::save_and_load_round_trip ... ok
[INFO] [stdout] test session::tests::load_returns_none_when_username_empty ... ok
[INFO] [stdout] test tests::semver_gt_handles_double_digit_patch ... ok
[INFO] [stdout] test app::tests::start_login_sets_mode_and_clears_state ... ok
[INFO] [stdout] test app::tests::scroll_comment_down_increments_cursor ... ok
[INFO] [stdout] test app::tests::username_at_cursor_none_when_empty ... ok
[INFO] [stdout] test app::tests::toggle_bookmark_noop_when_no_stories ... ok
[INFO] [stdout] test app::tests::story_scroll_up_decrements_cursor ... ok
[INFO] [stdout] test app::tests::story_scroll_up_stops_at_zero ... ok
[INFO] [stdout] test app::tests::toggle_comment_expand_noop_when_no_comments ... ok
[INFO] [stdout] test app::tests::toggle_bookmark_persists_to_disk ... ok
[INFO] [stdout] test app::tests::toggle_comment_expand_switches_to_different_comment ... ok
[INFO] [stdout] test ui::render_tests::bookmarks_feed_title_in_story_list ... ok
[INFO] [stdout] test ui::render_tests::header_shows_bookmarks_and_jobs_tabs ... ok
[INFO] [stdout] test ui::render_tests::empty_story_list_shows_placeholder ... ok
[INFO] [stdout] test app::tests::username_at_cursor_stories_pane ... ok
[INFO] [stdout] test app::tests::toggle_current_comment_noop_when_no_comments ... ok
[INFO] [stdout] test ui::render_tests::expanded_comment_shows_collapse_marker ... ok
[INFO] [stdout] test app::tests::toggle_current_comment_collapses_and_expands ... ok
[INFO] [stdout] test ui::render_tests::expanded_comment_shows_full_text_inline ... ok
[INFO] [stdout] test ui::render_tests::header_shows_active_feed_new ... ok
[INFO] [stdout] test app::tests::username_at_cursor_comments_pane ... ok
[INFO] [stdout] test ui::render_tests::comments_render_author_and_text ... ok
[INFO] [stdout] test ui::render_tests::hints_comments_pane_shows_collapse_and_back ... ok
[INFO] [stdout] test ui::render_tests::compose_overlay_renders_reply_and_text ... ok
[INFO] [stdout] test ui::render_tests::collapsed_comment_shows_expand_marker ... ok
[INFO] [stdout] test ui::render_tests::hints_bar_shows_logout_when_logged_in ... ok
[INFO] [stdout] test ui::render_tests::collapsed_comment_shows_only_preview ... ok
[INFO] [stdout] test ui::render_tests::hints_bar_shows_login_when_no_session ... ok
[INFO] [stdout] test ui::render_tests::login_overlay_renders_fields ... ok
[INFO] [stdout] test ui::render_tests::status_bar_shows_status_message ... ok
[INFO] [stdout] test ui::render_tests::header_shows_jobs_tab ... ok
[INFO] [stdout] test ui::render_tests::header_shows_active_feed_top ... ok
[INFO] [stdout] test ui::render_tests::seen_story_title_still_renders ... ok
[INFO] [stdout] test ui::render_tests::hints_stories_pane_shows_nav_and_bookmark ... ok
[INFO] [stdout] test ui::render_tests::search_mode_hints_show_type_and_enter ... ok
[INFO] [stdout] test ui::render_tests::header_shows_hnr_branding ... ok
[INFO] [stdout] test ui::render_tests::login_overlay_shows_error ... ok
[INFO] [stdout] test ui::render_tests::story_list_title_shows_search_query_when_active ... ok
[INFO] [stdout] test ui::render_tests::story_header_shows_score_and_author ... ok
[INFO] [stdout] test ui::render_tests::login_overlay_shows_typed_username ... ok
[INFO] [stdout] test ui::render_tests::user_profile_renders_karma_and_about ... ok
[INFO] [stdout] test ui::render_tests::search_mode_status_bar_shows_query_input ... ok
[INFO] [stdout] test ui::render_tests::story_header_shows_self_post_when_no_url ... ok
[INFO] [stdout] test ui::render_tests::story_list_no_star_when_not_bookmarked ... ok
[INFO] [stdout] test ui::render_tests::story_list_shows_bookmark_star_for_bookmarked_item ... ok
[INFO] [stdout] test ui::render_tests::status_bar_shows_command_input ... ok
[INFO] [stdout] test ui::render_tests::story_list_shows_score_and_author ... ok
[INFO] [stdout] test ui::render_tests::story_list_renders_titles ... ok
[INFO] [stdout] test ui::render_tests::story_list_title_shows_feed_name_when_no_search ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 128 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2cbc23b26ef446e4bb8fc774490abe8f49976ed78264f33022eb9eeaa381ac20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cbc23b26ef446e4bb8fc774490abe8f49976ed78264f33022eb9eeaa381ac20", kill_on_drop: false }`
[INFO] [stdout] 2cbc23b26ef446e4bb8fc774490abe8f49976ed78264f33022eb9eeaa381ac20
